home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / asm / utils / extermshell / extermshell.readme < prev    next >
Text File  |  1980-01-03  |  5KB  |  107 lines

  1. ______________________________________________________________________________
  2.  
  3.                                     /
  4.                                                                      /
  5. \                               /\/                               /\/
  6.                                /                                     
  7.    \              _________ ____ ____ ____ ____     /\      /
  8.           .---\_  __  /|    ¡    |    ¡    |----.      /
  9.           |:::|      / |    |    |    |    |::::|  \  /
  10.           |:::|     ___|__  |  __|    |    |__.:|   \/
  11.           |:::|    |   |         |            |:|
  12.           |:::|    ¡   |    ¡    |----.    .--':|
  13.          /|:::|        |    |    |    |    |::::|
  14.         / `---^--------^----^----'    `----^----'
  15.     \  /                                              \                /
  16.      \/       /   »»»»»-[ pRoUDLY pReSeNTS ]-««««««         /\        /
  17.              /                                          \  /  \      /
  18.         /\  /                                            \/    \    / 
  19.        /  \/                                                    \  /
  20.       /                     "EXTermShell"                        \/
  21.  
  22.     /
  23.           A Basic OS terminal shell for Coders wishing to develop
  24.          their own comms/bbs style program from assembly language 
  25.  
  26.                         An EX4-Production for `95!
  27.  
  28. ----------------------------------------------------------------------------
  29.  
  30.                           788 Bytes "EXTermShell"
  31.                            Based on NanoTerm ...
  32.  
  33.                               By 2-Cool/EX4!
  34. ----------------------------------------------------------------------------
  35.  
  36. A few people have been asking me to give them some examples on using serial 
  37. devices/ports and so on for their own written BBS & Terminal software from 
  38. Assembly language... here`s a quick example for them! More to follow on the 
  39. EX4-Codersdisks!!!!
  40.  
  41. This is a even greater optimized version of 'NanoTerm' communications 
  42. program. The program now is fully reenterant and 100% PC-Relative. Its also
  43. the SMALLEST *EVER* functional terminal software ever written for the Amiga!
  44. '788 BYTES!!!' - Yes you can login to a BBS, and configure your modem with 
  45. it!! No downloading tho!! ):
  46.  
  47. This terminal program for information purposes only is hardcoded to use the
  48. 'serial.device' and unit '0'... It will exit if it cannot open it.. also it
  49. does not support 'XPRZModem.library' actions.. This is not too difficult to
  50. implement.. To see how its done.. Get the new 'EX4-Codersdisk' - VOLUME 4..
  51.  
  52. The term program I have written around this shell is only '14kbytes'
  53. in size and supports XPR Libraries, Full GUI with Screenmode reqeusters
  54. palette requesters, file requesters, scrollback support, multi-preferences
  55. and so on.. Infact it simulates very well 'NComm' except its written
  56. entirely in Assembly has EXTREMELY low-memory overheads and is VERY
  57. fast..
  58.  
  59. If your interested in developing your own Terminal Program like NComm
  60. in Assembly language you may wish to use this as the basis to your
  61. own home made one or get the full source code to 'EXTerm' on the very
  62. latest codersdisk due out in the next few weeks...If you want them FAST
  63. then the very best way to get them is from the EX4 world distribution
  64. site, "Digital Candy".. They will be there FIRST, like every other EX4 
  65. release...
  66.  
  67.  
  68.          EX4-Codersdisks... -  COMING TO DIGITAL CANDY VERY SOON!
  69.                       NB: "Call -DIGITAL CANDY- BBS"
  70.  
  71.                         Node 1. +44 (0)191-232-5527
  72.                         Node 2. +44 R I N G D O W N
  73.                         Node 3. +44 R I N G D O W N
  74.                         Node 4. +44 R I N G D O W N
  75.                         Node 5. +44 R I N G D O W N
  76.  
  77.                          V34 MODEMS · 7 X CD-ROMS
  78.                        20MB RAM · 3 GIGS · A4000/040
  79.                      Dcs UkhQ    : OffSPRiNG ASCii HQ
  80.                     MAniAcS wHq : eX4 hQ : rOadhOgz Hq
  81.                    MuLtiChAt x 5. CooL sYsoPs. 16 ConFs
  82.                   AMiNeT 1-7 Online. HoMe of RRR /X TooLs
  83.  
  84.             EX4-HQ - Distribution Centre for New EX4-Releases!!
  85.  
  86. ______________________________________________________________________________
  87.  
  88.  
  89.                              Copyright Notice
  90.                     ----------------------------------
  91.  
  92.                Designed & Written By 2-Cool/EX4 entirely in
  93.                            Assembly Language.
  94.  
  95.              Copyright EX4 (c) 1995. All Rights Are Reserved.
  96.  
  97.                 Permission is granted to put this on *NON*
  98.   profit making CD`s only! This program is NOT ALLOWED on *ANY* pay per 
  99.   minute (0898 style) commercial Bulletin Boards systems or equivelents. 
  100.  
  101.   YOU MUST NOT CHARGE ANY MONEY FOR TRANSFER, LOAN, HIRE OR USE OF THIS 
  102.   PROGRAM TO OTHER PARTIES, PEOPLE OR ORGANISATIONS. THE PROGRAM MUST BE 
  103.   DISTRIBUTED WITH THIS DOCUMENT AND ITS SOURCE-CODE. THE PROGRAM SOURCE
  104.   MUST NOT BE MODIFIED, PATCHED OR ALTERED IN ANY WAY THEN RE-DISTRIBUTED
  105.  
  106. ______________________________________________________________________________
  107.